home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 1 / Mecomp-CD.iso / amiga / tools / boot / bootbar / example script < prev    next >
Text File  |  1997-02-16  |  1KB  |  83 lines

  1. ; Well, this is my startup-sequence with all the commands taken out :)
  2.  
  3. Echo "This is what my startup looks like. Yours could look the same."
  4. Wait 2
  5.  
  6. Run >NIL: Bin/BootBar BG=ExampleGfx/AmigaBoot.iff X=242 Y=159 W=188 H=6 PEN=30 HILIT=31 SHADE=29 NOCLEAR
  7. Resident Bin/SetBar
  8. Resident Bin/BootIcon
  9.  
  10. SetBar 0
  11. BootIcon ExampleGfx/Boot.iff X=66 Y=207
  12.  
  13. Wait 1
  14.  
  15. SetBar 5
  16. BootIcon ExampleGfx/Dollar.iff X=118 Y=207
  17.  
  18. Wait 4
  19.  
  20. SetBar 35
  21. BootIcon ExampleGfx/BandAid.iff X=170 Y=207
  22.  
  23. Wait 1
  24.  
  25. SetBar 40
  26.  
  27. Wait 1
  28.  
  29. SetBar 45
  30. BootIcon ExampleGfx/Relocate.iff X=222 Y=207
  31.  
  32. Wait 1
  33.  
  34. SetBar 50
  35. BootIcon ExampleGfx/WhichContact.iff X=274 Y=207
  36.  
  37. Wait 1
  38.  
  39. SetBar 55
  40. BootIcon ExampleGfx/Monitor.iff X=326 Y=207
  41.  
  42. Wait 1
  43.  
  44. SetBar 60
  45. BootIcon ExampleGfx/Flag.iff X=378 Y=207
  46.  
  47. Wait 1
  48.  
  49. SetBar 65
  50. BootIcon ExampleGfx/3D.iff X=430 Y=207
  51.  
  52. Wait 1
  53.  
  54. SetBar 70
  55. BootIcon ExampleGfx/Prefs.iff X=482 Y=207
  56.  
  57. Wait 3
  58.  
  59. SetBar 75
  60.  
  61. Wait 1
  62.  
  63. SetBar 80
  64.  
  65. Wait 5
  66.  
  67. SetBar 95
  68.  
  69. Wait 1
  70.  
  71. SetBar 100
  72. BootIcon ExampleGfx/ClickDisk.iff X=534 Y=207
  73.  
  74. Wait 2
  75.  
  76. Resident SetBar REMOVE
  77. Resident BootIcon REMOVE
  78. Work:Prog/E/Src/BootBar/BootBar QUIT
  79.  
  80. Echo ""
  81. Echo "Neat, huh?"
  82. Wait 3
  83.